home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / software / wildfire / wildfirenofpu / bonus / truview.lha / truview / trujpg next >
AmigaDOS Script File  |  1992-08-14  |  138b  |  8 lines

  1. .key file
  2. .bra {
  3. .ket }
  4. stack 32000
  5. c:djpeg -fast -dct fast -nosmooth -outfile t:tt.ppm {file}
  6. c:truview t:tt.ppm
  7. c:delete >NIL: t:tt.ppm
  8.